func runtime.casGFromPreempted

2 uses

	runtime (current package)
		preempt.go#L152: 			if !casGFromPreempted(gp, _Gpreempted, _Gwaiting) {
		proc.go#L1182: func casGFromPreempted(gp *g, old, new uint32) bool {